home *** CD-ROM | disk | FTP | other *** search
/ Shareware Direct / Shareware Direct.iso / contact / vmsys27.zip / CLEARALL.BAT next >
DOS Batch File  |  1992-12-28  |  598b  |  25 lines

  1. echo off
  2. cls
  3. echo The purpose of this batch file is to CLEAR OUT ALL datafiles in
  4. echo the VMSYS PLUS system, thereby allowing you to enter new vehicles
  5. echo into the system with a new starting date.
  6. echo.
  7. echo If you do NOT wish to delete ALL files press CTRL-C now to break
  8. echo otherwise... 
  9. echo.
  10. pause
  11. echo Are you sure you wish to delete?  (press CTRL-C to break)
  12. pause
  13. del gas.dt
  14. del gas.nx0
  15. del miles.dt
  16. del miles.nx0
  17. del repair.dt
  18. del repair.nx0
  19. del repair.nx1
  20. del vmsys.dt
  21. del vmsys.hdr
  22. del vmsys.nx0
  23. echo.
  24. echo The VMSYS PLUS database files have been cleared up.
  25.